home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / directry / tcfm / fm.doc < prev    next >
Encoding:
Text File  |  1987-12-02  |  3.1 KB  |  77 lines

  1.                                 FileManager
  2. FM is a file/directory manager program.  I wrote it in TURBOC to get
  3. familar with the language and to create a filemanager for myself.
  4. FM will work with directories having up to 500 files and/or
  5. subdirectories.
  6.  
  7. It is fairly straight forward to use.  Simply enter fm and the program
  8. will display all the files and sub directories in the current
  9. directory.  If you want to look at another directory enter it on the
  10. command line.  I.E. fm \turboc\source\ will display the files in the
  11. \turboc\source directory.
  12.  
  13. When the files and subdirectories are displayed on the screen you can
  14. change to another directory by simply moving the highlited bar to the
  15. subdirectory and press the return key.
  16.  
  17. To execute a command simply type the command you want to execute in the
  18. command area and press the return key.  The command will have the
  19. current drive:\path\name.ext appended to the command before it is
  20. executed.  I.E. if you enter copy a: in the command area next to a file
  21. named my.doc in the root dir the following command will be executed:
  22. copy c:\my.doc a:
  23.  
  24. You can also use the repeat command character (the = sign) to repeat the
  25. previous command for any file listed on the screen.
  26.  
  27. You can program Function Keys 2-6 ,ALT Functions keys 1-10
  28. and CRTL Functions keys 1=10 to
  29. execute any command you want.  This is done by modifying the
  30. fm configuration file fm.cfg.  This file must be in a directory
  31. that you specified in the PATH command in your autoexec file.
  32. (SEE the fm.cfg file for details or how to modify this file.)
  33.  
  34. FM has a few pre-programmed keys, they are as follows:
  35.  
  36. ALT-A will execute the auto-key feature.  This feature allows you to tell FM 
  37.     to execute a pre-specified command based on the file extension of the
  38.     currently highlited file.  The auto-commands are specified in the FM.CFG
  39.     file.
  40.  
  41. ALT-D will allow you to change to any directory on any disk.
  42.  
  43. ALT-M allows you to edit the file mask currently in effect.
  44.  
  45. ALT-P will execute the highlighted program.
  46.  
  47. ALT-Q will cause FM to return to DOS but will keep you in the current directory.
  48.  
  49. ALT-R tells FM to re-read the current directory information.
  50.  
  51. ALT-T cause FM to tag all files currently displayed.
  52.  
  53. ALT-X will cause FM to temporarily exit to DOS.  To return to FM type
  54.     EXIT and press the enter key.
  55.     (NOTE: You can also execute any command directly from within FM. To
  56.      do this enter a forware slash / then the command you want to execute
  57.      in the command area of the screen.  The command will be executed, a
  58.      pause will be issued, and FM will be re-displayed.)
  59.  
  60.  
  61. TAB   allow you to alter a files attributes.  To set attrs simply enter an
  62.     H,S,R, or A in the highlited field and press the enter key.  To remove
  63.     attrs use the space bar to remove the attrs from the highlited field
  64.     and press the enter key.
  65.  
  66. ESC  Quit FM and return to startup directory.
  67.  
  68.  
  69. If you have any questions or suggestions for improvements leave me a note
  70. on this BBS.
  71.  
  72.  
  73.                   Hope you enjoy.
  74.                   Jim Derr
  75.                   2425 Santa Cruz Ct.
  76.                   Santa Rosa, CA. 95401
  77.